home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 2303.ZIP / CALLER.PRG < prev    next >
Text File  |  1990-04-04  |  278b  |  13 lines

  1.  
  2. * SAMPLE dBASE or FOXbase program for importing the CALLER database
  3. * into a database file.
  4. *
  5. * FIRST:    Use the "T"ext file build function in IDCSYS
  6. * SECOND:    Bring up dBASE or FOXbase and run this program
  7. *
  8. *
  9. USE CALLER
  10. APPEND FROM CALLER.TXT DELIMITED
  11. USE
  12. RETURN
  13.